home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / Fractal Forge / FractalForge.exe / 0 / RCDATA / TFRJULIA / TFRJULIA.txt
Encoding:
Text File  |  2002-08-26  |  588 b   |  30 lines

  1. object FrJulia: TFrJulia
  2.   Left = 189
  3.   Top = 107
  4.   Width = 264
  5.   Height = 246
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'FrJulia'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnResize = FormResize
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 256
  26.     Height = 219
  27.     Align = alClient
  28.   end
  29. end
  30.